/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default{
	position: relative;
}
.theme-default .nivoSlider {
	position:relative;
/*	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	z-index: 100;
	left: 50%;
	margin-left: -52px;
	position: absolute;
	bottom: 20px;
	width: 104px;
}
.theme-default .nivo-controlNav a {
	width: 16px!important;
	height: 16px!important;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	margin-left: 10px;
	float: left;
	cursor:pointer!important;
	text-indent: -99999px!important;
}
.theme-default .nivo-controlNav a.active {
	background-color: #18ac57;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:60px;
	height:60px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	top: 50%;
	margin-top: -30px;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background: url(../img/arrowR.png) no-repeat;
	right:15px;
}
.theme-default a.nivo-prevNav {
	background: url(../img/arrowL.png) no-repeat;
	left:15px;
}



.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.slider-wrapper { 
	width: 100%; 
	
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	z-index: 100;
	left: 50%;
	margin-left: -52px;
	position: absolute;
	bottom: 20px;
	width: 104px;
	
}
.nivo-controlNav a {
	width: 16px;
	height: 16px;
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	margin-left: 10px;
	float: left;
	cursor:pointer;
	text-indent: -99999px!important;
}
.nivo-controlNav a.active {
	background-color: #18ac57;
}